Catch 1
select count(SongId) from chartsquery where (genre='Folk/Acoustic Rock/Americana') and (subgenre='Organic Pop Folk')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Folk/Acoustic Rock/Americana')
RowsCount=0